Trivial: fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Sat, 26 May 2012 22:48:06 +0000 (18:48 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 26 May 2012 22:48:06 +0000 (18:48 -0400)
src/ostree/ot-builtin-checkout.c

index ceb6d7e4bd3ce7f2e77855b05c75444a2497faf0..e09e8fa20570fa598c6bd9746aefd961afea878b 100644 (file)
@@ -38,7 +38,7 @@ static gboolean opt_from_stdin;
 static char *opt_from_file;
 
 static GOptionEntry options[] = {
-  { "user-mode", 'U', 0, G_OPTION_ARG_NONE, &opt_user_mode, "Do not change file ownership or initialze extended attributes", NULL },
+  { "user-mode", 'U', 0, G_OPTION_ARG_NONE, &opt_user_mode, "Do not change file ownership or initialize extended attributes", NULL },
   { "subpath", 0, 0, G_OPTION_ARG_STRING, &opt_subpath, "Checkout sub-directory PATH", "PATH" },
   { "union", 0, 0, G_OPTION_ARG_NONE, &opt_union, "Keep existing directories, overwrite existing files", NULL },
   { "atomic-retarget", 0, 0, G_OPTION_ARG_NONE, &opt_atomic_retarget, "Make a symbolic link for destination, suffix with checksum", NULL },